Don't call set_application() in gtk_window_realize
authorRyan Lortie <desrt@desrt.ca>
Tue, 17 Jan 2012 20:38:07 +0000 (15:38 -0500)
committerRyan Lortie <desrt@desrt.ca>
Wed, 18 Jan 2012 19:53:08 +0000 (14:53 -0500)
commitba9546ff3223fc098a3c60688bcc369a280da820
tree34ffed2dcf9dc1d603c06824a4abb3bc5731db0d
parent60317cbf1ad16eb9228d9d901275a65db7f2cde5
Don't call set_application() in gtk_window_realize

This call has no effect and with the newly-added restrictions it's
violating the set-application-after-realized rule.

https://bugzilla.gnome.org/show_bug.cgi?id=668203
gtk/gtkwindow.c